home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / PLAY.DIR / 00040.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  109 b   |  8 lines

  1. on mouseUp
  2.   global cursorwait
  3.   if doubleClick() then
  4.     cursor(cursorwait)
  5.     go(1, "PLAY")
  6.   end if
  7. end
  8.